Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: chat : no chat notifications if user is idle for few days - EXO-69418 #768

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

mkrout
Copy link
Member

@mkrout mkrout commented Aug 30, 2024

Before this fix, no chat notifications if user is idle for few days. This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.

…69418 (#766)

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
Copy link

sonarcloud bot commented Aug 30, 2024

@mkrout mkrout enabled auto-merge (squash) August 30, 2024 13:57
@hthabti hthabti self-requested a review August 30, 2024 14:17
@mkrout mkrout merged commit 99da4b5 into develop Aug 30, 2024
7 checks passed
@mkrout mkrout deleted the develop-69418 branch August 30, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants